@charset "utf-8";
/**
 * 基本样式
 * @author lizhigao(lizhigao@021.com)
 */
/*====================== reset =======================*/
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll}
html,body {background-image: url(about:blank); background-attachment: fixed;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {margin: 0; padding: 0; outline: 0;} /* 清除内外边距 */
:focus{outline: 0 none; font-weight: normal;}
body{min-width: 1002px; min-height: 100%; color: #333;}
body, button, input, select, textarea {font: 14px/1.5 \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei",arial,sans-serif;} /* 设置默认字体 */
/*body, button, input, select, textarea {font: 14px/100% \5b8b\4f53,"宋体","Hiragino Sans GB","Hiragino Sans GB W3","Microsoft Yahei",arial,sans-serif;} !* 设置默认字体 *!*/
h1,h2,h3,h4,h5,h6 {font-size: 1em;}
iframe,img {border: 0 none;}
em,i,ins {font-style: normal; text-decoration: none}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
ul, li, ol { list-style: none; } /* 重置列表元素 */
/* 重置表格元素 */
table {border-collapse: collapse; border-spacing: 0;}
/* 重置文本格式元素 */
a {text-decoration: none; outline: none; color: #333; /* -webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;-ms-transition:all 0.15s linear;-o-transition:all 0.15s linear; */ cursor: pointer;}
a:hover {color: #184C91;/*  text-decoration: underline; */}
a:focus{font-weight: inherit;}
abbr[title], acronym[title] { border-bottom: 1px dotted; cursor: help;} /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
q:before, q:after { content: ''; }
/* 重置表单元素 */
input {outline: none}
input::-ms-clear {display: none}
legend { color: #333; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit} /* 使得表单元素在 ie 下能继承字体大小 */
textarea {overflow:auto; resize:vertical;}
label {cursor:pointer;}
/* 重置 hr */
hr {border: none; height: 1px; background-color: #eee;}
/* 解决IE6 a标签外框虚线问题 */
*html a {outline: none;}
/**html a:active {star:expression(this.onFocus=this.blur());}*/
button{cursor: pointer;}
.clear-fix:after,.clear-fix:before,.cf:after,.cf:before{content:''; display:table }
.clear-fix:after,.cf:after{clear:both }

/*====================== font =======================*/
.f12{font-size: 12px !important;}
.f14{font-size: 14px !important;}
.f16{font-size: 16px !important;}
.f18{font-size: 18px !important;}
.f20{font-size: 20px !important;}
.f22{font-size: 22px !important;}
.f24{font-size: 24px !important;}
.f26{font-size: 26px !important;}
.fb{font-weight:bold}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.lh150{line-height:150%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/*====================== mouse =======================*/
.cp{cursor: pointer;}
.cd{cursor: default;}
.cna{cursor: not-allowed;}

/*====================== position =======================*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto; margin-right: auto;}/* blockCenter 配合宽度使用 可以使块级元素居中 */
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%; zoom: 1;}
.clearfix{display:block; zoom: 1;}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.vt{vertical-align:top;}
.vm{vertical-align:middle;}
.vb{vertical-align:bottom;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}
.ib{display: inline-block;}
.inline{display: inline;}
.block{display: block;}

/*====================== layout =======================*/

/*====================== box-modal =======================*/
/* margin */
.ml5{margin-left: 5px !important;}
.mr5{margin-right: 5px !important;}
.mt5{margin-top: 5px !important;}
.mb5{margin-bottom: 5px !important;}
.ml10{margin-left: 10px !important;}
.mr10{margin-right: 10px !important;}
.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.ml15{margin-left: 15px !important;}
.mr15{margin-right: 15px !important;}
.mt15{margin-top: 15px !important;}
.mb15{margin-bottom: 15px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.ml25{margin-left: 25px !important;}
.mr25{margin-right: 25px !important;}
.mt25{margin-top: 25px !important;}
.mb25{margin-bottom: 25px !important;}
.ml30{margin-left: 30px !important;}
.mr30{margin-right: 30px !important;}
.mt30{margin-top: 30px !important;}
.mb30{margin-bottom: 30px !important;}
.ml40{margin-left: 40px !important;}
.mr40{margin-right: 40px !important;}
.mt40{margin-top: 40px !important;}
.mb40{margin-bottom: 40px !important;}
/* padding */
.pl5{padding-left: 5px !important;}
.pr5{padding-right: 5px !important;}
.pt5{padding-top: 5px !important;}
.pb5{padding-bottom: 5px !important;}
.pl10{padding-left: 10px !important;}
.pr10{padding-right: 10px !important;}
.pt10{padding-top: 10px !important;}
.pb10{padding-bottom: 10px !important;}
.pl15{padding-left: 15px !important;}
.pr15{padding-right: 15px !important;}
.pt15{padding-top: 15px !important;}
.pb15{padding-bottom: 15px !important;}
.pl20{padding-left: 20px !important;}
.pr20{padding-right: 20px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pl25{padding-left: 25px !important;}
.pr25{padding-right: 25px !important;}
.pt25{padding-top: 25px !important;}
.pb25{padding-bottom: 25px !important;}
.pl30{padding-left: 30px !important;}
.pr30{padding-right: 30px !important;}
.pt30{padding-top: 30px !important;}
.pb30{padding-bottom: 30px !important;}
.pl40{padding-left: 40px !important;}
.pr40{padding-right: 40px !important;}
.pt40{padding-top: 40px !important;}
.pb40{padding-bottom: 40px !important;}

.x001{
	clear: none;
	float: left;
	height: 135px;
	width: 335px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}

.x002{
	width: 50%;
}
.x003{
	width: 46%;
	margin-right: 5px;
}
.x003 h3{
	font-size: 18px;
	font-weight: bold;
}
.x004{
	line-height: 25px;
}
.x004 i{
	font-style: normal;
	font-weight: bold;
}
.x004 a{
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
}
.x004 span{
	color: #999999;
	margin-left: 20px;
	float:right;
}

.productlistx {
	margin:0;
	padding:0;
	position: relative;
	overflow: hidden;
	width:100%;
}


.blkproductlistx {
	border:0; 
	padding:0; 
	overflow: hidden;
	position: relative;
}

.blkproductlistx .LeftButton {
	background: url(../images/arrow10.jpg) no-repeat 0px 0px;
	left:0px;
	float:left;
	width:0px;
	cursor: pointer;
	position: absolute;
	height:12px;
	top:56px;
}

.blkproductlistx .RightButton {
	background: url(../images/arrow10.jpg) no-repeat -7px 0px;
	right:0px;
	float:right;
	width:0px;
	cursor: pointer;
	position: absolute;
	height:12px;
	top:56px;
}

.blkproductlistx .Cont {
	padding:0px;
	margin:0; 
	overflow: hidden;
}

.blkproductlistx .box {
	float:left;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
}

.box .fang{
	padding:1px;
	margin:0 5px 0 0;
	border:1px #ddd solid;
}


.blkproductlistx .box img {
border:0;
padding:0;
}


div.box a.prodtitle{
color:#505050;
font:12px/36px SimSun,Arial,Sans-Serif;
text-decoration: none;
}

div.box a.prodtitle:hover{
color:#ff6600;
text-decoration: underline;
}

hr.split-line1{margin-top: 26px; height: 0; font-size: 0; line-height: 0;}

.x_news{
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 315px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.x_news dl,.x_news dl dd,.x_news dl dt{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 315px;
}
.x_news dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5360d;
}
.x_news dl dd a{
	color: #f5360d;
	font-weight: bold;
	width: 315px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 16px;
}

.x_news dl dt{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(/templets/style/assets/images/i8.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.x_news .p10{
	margin-top: 10px;
}
.p25{
	margin-top: 25px;
}
.x_news dl dt a{
	font-size: 14px;
	color: #333333;
	width: 250px;
    overflow: hidden;
    height: 25px;
    position: absolute;
}
.x_news dl dt a:hover{color: #f5360d;}
.x_news dl dt span{
	clear: right;
	float: right;
}
.btn-more{
	background-image: url(/templets/style/assets/images/more.gif);
	background-repeat: no-repeat;
	background-position: 250px center;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	line-height: 34px;
	height: 34px;
}
.btn-more a{color: #f66721;}
.db{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
		line-height: 30px;
	clear: left;
	float: left;
	height: 30px;
	width:100%;
}
.x_news1{
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-bottom: 25px;
}
.x_news1 dl,.x_news1 dl dd,.x_news1 dl dt{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
}
.x_news1 dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5360d;
}
.x_news1 dl dd a{
	color: #f5360d;
	font-weight: bold;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	padding-left: 16px;
}

.x_news1 dl dt{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(/templets/style/assets/images/i8.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.x_news1 .p10{
	margin-top: 10px;
}
.x_news1 dl dt a{
	font-size: 14px;
	color: #333333;
}
.x_news1 dl dt a:hover{color: #f5360d;}
.x_news1 dl dt span{
	clear: right;
	float: right;
}
/*专题*/

.opiLatestZlConBox a {
	color: #333;
	line-height: 150%;
	text-decoration: none;
}
.opiLatestZlConBox a:hover {
	color: #333;
	text-decoration: underline;
}

/*上标题&下图+文*/
.xl_zt{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
}
.xl_zt li{
	clear: none;
	float: left;
	height: auto;
	width: 50%;
}
.stitXtuwen{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.stitXtuwen dl{padding:10px 5px; overflow:hidden;height: 197px;width: 315px;}
.stitXtuwen h4{ 
font-size: 18px;
    font-weight: normal;
    height: 30px;
    overflow: hidden;font-family:"黑体";letter-spacing:-1px;
}
.stitXtuwen p{font-size:12px;line-height:18px;}

.stitXtuwen dd{overflow:hidden;zoom:1;height: 160px;}
.stitXtuwen .pic {
    border: 1px solid #CBCBCB;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    width: 120px;
}

.stitXtuwen .pic img{width:120px; height:128px;}
.stitXtuwen dl.noLine{border-bottom:none;}
/*上图+标题&下文*/
.stutitXwen dl{padding:8px 5px;border-bottom:1px dotted #cccccc;}
.stutitXwen dl h4{font-size:18px;line-height:24px;font-weight:normal;}
.stutitXwen dd{overflow:hidden;zoom:1;}
.stutitXwen .pic{float:left;padding-right:8px;}
.stutitXwen dl span{display:block;}
.stutitXwen dl span a{padding-right:20px;}
.stutitXwen li{font-size:14px; padding:0 0 3px 10px;border:none;}
.stutitXwen li span {text-align:left; color:#858585;}
.stutitXwen dl.noLine{border-bottom:none;}
.stutitXwen span b{font-size:14px;}
.stutitXwen span b a:link,.stutitXwen span b a:visited{ color:#369; }
.stutitXwen span b a:hover,.stutitXwen span b a:active{ color:#eb8c14;}

/**/
.stutitXwen .pic{ text-align:center;}
.nav ul li a{ line-height:38px;}

.banner2 {float: right;margin-bottom: 3px;margin-left: 5px;margin-top: -10px;}
.suoying {
    font-size: 12px;
    font-weight: normal;
    padding: 15px;
}
.bigbiaoti{ font-size:18px; font-family:"微软雅黑"; padding-left:15px;}
.leftbox {
    float: left;
    width: 660px;
}
.leftboxTop {
    background: url("/templets/style/assets/images/bg_leftbox.gif") no-repeat scroll left bottom transparent;
    margin-bottom: 8px;
    overflow: hidden;
}
.comMainCon {
    margin: 0 auto;
    width: 990px;
}
.comMainConlf {
    float: left;
    padding-right: 10px;
    width: 325px;
}
.comMainConmid {
    float: left;
    width: 345px;
}
.comMainConri {
    float: right;
    width: 300px;
}
.tit_lm {
    background: url("/templets/style/assets/images/bg_tit_lm.gif") no-repeat scroll right center transparent;
    border-bottom: 0 none;
    color: #131D27;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    letter-spacing: -1px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
}
.tit_lm span {
    background: url("/templets/style/assets/images/bg_tit_lm.gif") no-repeat scroll left center transparent;
    color: #131D27;
    display: block;
    float: left;
    height: 24px;
    padding: 4px 0 0 15px;
}
.tit_lm b {
    color: #D2D2D2;
    display: block;
    float: right;
    font-family: "楷体_GB2312";
    height: 24px;
    padding: 2px 0 0 15px;
}
.tit_lm span a:link, .tit_lm span a:visited {
    color: #131D27;
}
.tit_lm span a:hover, .tit_lm span a:active {
    color: #EB8C14;
}
.tit_lm em {
    color: #336699;
    display: block;
    float: right;
    font-family: "宋体";
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    padding: 4px 0 0 15px;
}
.tit_lm em a:link, .tit_lm em a:visited {
    color: #336699;
}
.tit_lm em a:hover, .tit_lm em a:active {
    color: #EB8C14;
}
.lm_bottom {
    background: url("/templets/style/assets/images/bg_lm_bottom.gif") no-repeat scroll right center transparent;
    height: 13px;
    overflow: hidden;
    padding: 0 15px 0 0;
    vertical-align: top;
}
.lm_bottom span {
    background: url("/templets/style/assets/images/bg_lm_bottom.gif") no-repeat scroll left center transparent;
    display: block;
    height: 13px;
    overflow: hidden;
    padding: 0 0 0 15px;
}
.lmMargin {
    margin-bottom: 7px;
}
.lmConPadding {
    padding: 0 8px;
}
.op {
    color: #858585;
    overflow: hidden;
}
.op a:link, .op a:visited {
    color: #336699;
}
.op a:hover, .op a:active {
    color: #EB8C14;
}
.op .comments {
    display: block;
    float: left;
    padding-left: 0;
}
.op .meta {
    float: right;
}
.op em {
    font-style: normal;
}
.demolNews {
    background: url("/templets/style/assets/images/bg_con.gif") repeat-x scroll center top transparent;
    padding: 4px 10px;
}
.demolNews dl {
    border-bottom: 1px dotted #CCCCCC;
    padding: 8px 5px;
}
.demolNews dt {
    font-family: "黑体";
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
}
.demolNews span {
    color: #858585;
    display: block;
    font-family: "宋体";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}
.demolNews span a:link, .demolNews span a:visited {
    color: #336699;
}
.demolNews span a:hover, .demolNews span a:active {
    color: #EB8C14;
}
.demolNews ul {
    line-height: 24px;
    overflow: hidden;
    padding: 5px 0 0;
}
.demolNews li {
    background: url("/templets/style/assets/images/dot.jpg") no-repeat scroll 5px 8px transparent;
    font-size: 14px;
    padding-left: 15px;
}
.channelBoxCon {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 0 1px;
}

.columnToutiao .tit_lm {
    background: url("/templets/style/assets/images/bg_tit_topnews2.gif") no-repeat scroll right center transparent;
    color: #FFFFFF;
    height: 24px;
}
.columnToutiao .tit_lm span {
    background: url("/templets/style/assets/images/bg_tit_topnews2.gif") no-repeat scroll left center transparent;
    color: #FFFFFF;
    height: 22px;
    padding: 2px 0 0 15px;
}
.columnToutiao .tit_lm a:link, .columnToutiao .tit_lm a:visited {
    color: #FFFFFF;
}
.columnToutiao .tit_lm a:hover, .columnToutiao .tit_lm a:active {
    color: #EB8C14;
}
.columnToutiao .lm_bottom {
    background: url("/templets/style/assets/images/bg_life_topnews_bottom.gif") no-repeat scroll right center transparent;
}
.columnToutiao .lm_bottom span {
    background: url("/templets/style/assets/images/bg_life_topnews_bottom.gif") no-repeat scroll left center transparent;
}
.columnToutiaoCon {
    background: url("/templets/style/assets/images/bg_life_topnews.gif") repeat-x scroll center top transparent;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 155px;
    overflow: hidden;
    padding: 20px 10px 0;
}
.columnToutiaoCon dt {
    float: left;
    line-height: 200%;
    text-align: center;
}
.columnToutiaoCon dt a:link, .columnToutiaoCon dt a:visited {
    color: #336699;
    font-size: 14px;
    font-weight: bold;
}
.columnToutiaoCon dt a:hover, .columnToutiaoCon dt a:active {
    color: #EB8C14;
    font-size: 14px;
    font-weight: bold;
}
.columnToutiaoCon dt img {
    border: 1px solid #CCCCCC;
    height: 100px;
    margin-right: 20px;
    padding: 1px;
    width: 100px;
}
.columnToutiaoCon dd {
    background: url("/templets/style/assets/images/column_toutiao_bg.gif") no-repeat scroll left 40px transparent;
    height: 197px;
    overflow: hidden;
    padding-left: 55px;
}
.columnToutiaoCon dd h4 {
    color: #336699;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
}

.x_news3{
	margin-right: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 270px;
	width: 315px;
	margin-top: 20px;
	margin-bottom: 25px;
}
.x_news3 img{
	width: 130px;
}
.x_news3 dl,.x_news3 dl dd,.x_news3 dl dt{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 315px;
}
.x_news3 dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5360d;
}
.x_news3 dl dd a{
	color: #f5360d;
	font-weight: bold;
	width: 315px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 16px;
}

.x_news3 dl dt{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(/templets/style/assets/images/i8.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.x_news3 .p10{
	margin-top: 10px;
}
.p25{
	margin-top: 25px;
}
.x_news3 dl dt a{
	font-size: 14px;
	color: #333333;
	width: 250px;
    position: absolute;
    height: 20px;
    overflow: hidden;
}
.x_news3 dl dt a:hover{color: #f5360d;}
.x_news3 dl dt span{
	clear: right;
	float: right;
}
.xtop ul{
	clear: none;
	float: left;
	height: auto;
	width: 50%;
}
.xtop .t{
	font-size: 16px;
	font-weight: bold;
}


.paginator, .current {
	border: 1px solid #C6C6C6;
	/*margin: 1px;*/
	height: 15px;
	line-height: 15px;
	width: 15px;
	display: inline-block;
	padding: 2px;
	text-align: center;
}

.current {
	font-weight: 700;
	color: #74B2e4;
}

.page-total {
	color: #74B2e4;
	font-weight: 600;
	width: 100px;
	margin-left: 30px;
}
.page-form {
	display: inline-block;
	margin-left: 20px;
}